home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / blat11.zip / ANNOUNCE.TXT next >
Text File  |  1994-12-08  |  3KB  |  70 lines

  1. WinNT's Blat ver 1.1 has been uploaded to the following FTP sites:
  2.  
  3. o gepasi.dbs.aber.ac.uk:/blat11.zip
  4.   (readily available)
  5.  
  6. o ftp.cica.indiana.edu:/pub/pc/win3/nt/blat11.zip
  7.   (already uploaded, soon to be available)
  8.   
  9.  
  10. Distributions are in the form of .ZIP files, be sure to user binary
  11. mode FTP to do the transfer.
  12.  
  13. Blat is a command line SMTP mail client for Windows NT, originally by
  14. Mark Neal and Pedro Mendes. A great part of the code in this program
  15. was produced by the WinVN team (including GENSOCK.DLL).
  16.  
  17. Both source code and binaries for intel 80486 are distributed. 
  18. Recompile the source code if you need it for a different 
  19. architecture.
  20.  
  21. Ok. folks... We have updated the Blat code to version 1.1
  22. so that it now seems to run ok under NT3.5 build 807. Thanks
  23. to all the people who found bugs and even more thanks to 
  24. people who fixed things. The arguments are now parsed properly
  25. and the problem with the registry under 3.5 is fixed. Old 
  26. installations of Blat 1.0 should use regedt32.exe to delete 
  27. the entry from "HKEY_LOCAL_MACHINE\SOFTWARE\Public Domain\Blat".
  28. The new version stores this stuff in 
  29. "HKEY_CURRENT_USER\SOFTWARE\Public Domain\Blat". ENJOY!
  30.  
  31. below is a description of the program
  32.  
  33. >------------------------------------
  34.  
  35. Blat is a Public Domain (generous aren't we?) Windows NT console utility which
  36. will e-mail a file to a user via SMTP. The program requires the "gensock" DLL
  37. (borrowed from WinVN). A Registry entry is generated when the program is used
  38. with the -SMTP flag. This stores the address of the SMTP server, and the 
  39. address of the _default_ sender (this may be overridden with the -f flag).
  40. Impersonation can be done with the -i flag which puts the value specified in
  41. place of the senders address in the "From:" line of the header, however if this
  42. is done the real senders address is stamped in the "Reply-To:" and "Sender:"
  43. lines. This can be useful when using the program to send message from NT users
  44. that are not registered on the SMTP host.
  45.  
  46.  
  47. SYNTAX: 
  48. syntax:
  49. Blat <filename> [-s <subject>] -t <recipient> -f <address> [-i <address>]
  50. Blat -SMTP <server address>
  51. Blat -h
  52.  
  53. -SMTP <server address> <senders address>: set's the address of the SMTP server t
  54. o be used
  55.  
  56. <filename>: the file with the message body
  57. -s <subject>: the (optional) subject line
  58. -t <recipient>: the recipient's address
  59. -c <recipient>: the carbon copy recipient's address
  60. -f <sender>: the sender's address (must be known to the SMTP server)
  61. -i <address>: a 'From:' address, not necessarily known to the SMTP server.
  62. -h: displays this help.
  63.  
  64. THIS ANNOUNCEMENT WAS MAILED WITH BLAT!
  65.  
  66. Enjoy!
  67.  
  68. Pedro Mendes
  69. prm@aber.ac.uk
  70.